Declare Function CX_COMPRESS Lib "cxwin.dll" (ByVal method%, obuff As Any, ByVal osize%, ibuff As Any, ByVal isize%, tbuff As Any, ByVal tsize%) As Integer
Declare Function CX_DECOMPRESS Lib "cxwin.dll" (obuff As Any, ByVal osize%, ibuff As Any, ByVal isize%, tbuff As Any, ByVal tsize%) As Integer
Declare Function CX_CRC Lib "cxwin.dll" (buff As Any, ByVal n%) As Integer